1.Create:
  one project for kernel module
  one project for Main board
  one to three projects for child board
 
2.Configure the environment for the projects as we did in the 6 labs this semester
  put images in the main board program's folder like this:/Release/1.bmp
  put mod files into the same folder 

3.put the header files and c files in the projects
  they are already sorted in folders

4.run the kernel module

4.run main board program

5.run child board programs

6.press any button(except for reset of course)on auxiliary board to see the result 



PS:The lab is closed when I saw the e-mail requiring for Makefiles and binaries files. I do apologize not being able to attach them as well.